All Scenarios

1

Passed Scenarios

0

Failed Scenarios

1

Execution Time: 11s 121ms

Expand All | Collapse All

Given Open a browser and login to the sales force site 4s 351ms Screenshot +
                                        
                                        
                                

When Search for "Shipping Carrier Methods" in app launcher 5s 796ms Show Error +
                                            
Error: expect(locator).toBeVisible() failed Locator: locator('//button[@title=\'App Launcher\']') Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 200000ms - waiting for locator('//button[@title=\'App Launcher\']') at ..\pages\OtherFunctionality\salesforceHome.ts:101 99 | 100 | // Wait for app launcher to be visible and click it ) 101 | await expect(this.app_launcher).toBeVisible({ timeout: 200000 }); | ^ 102 | console.log("✅ App launcher is visible"); 103 | 104 | // Take start screenshot for verification

Then Add new shipping carrier method with following details < 1ms
Field Value
Name Express Delivery
ShippingCarrier Test Carrier 1
ExternalReference FEDEX-EXP-001
MinimumTransitTime 1
MaximumTransitTime 2
TransitTimeUnit Days

And Verify Shipping Carrier Method is created successfully with details < 1ms
Field Value
Name Express Delivery

After 480ms Show Info +